home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / oct90.arc / TIP584.LSP < prev    next >
Text File  |  1990-11-01  |  154b  |  8 lines

  1. ;TIP584.LSP   Slave Cursor   (c)1990 Dieter Schlaepfer
  2. (defun c:slave ()
  3.   (command "INSERT" "X" pause)
  4.   (command) ;cancels command
  5.   (princ)
  6. )
  7.  
  8.